home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0808 / dash.md_ / dash.md / CatMstr.json < prev    next >
Encoding:
JavaScript Object Notation  |  1997-01-12  |  220 b 

  1. {
  2.     "schema": {
  3.         "CatID": "Long Integer",
  4.         "Category": "Text (50)",
  5.         "CatSel": "Byte",
  6.         "CatOrder": "Integer"
  7.     },
  8.     "data": [
  9.         {
  10.             "CatID": 1,
  11.             "Category": "Internet",
  12.             "CatSel": 1,
  13.             "CatOrder": 8
  14.         },
  15.         {
  16.             "CatID": 3,
  17.             "Category": "IntraNet",
  18.             "CatSel": 1,
  19.             "CatOrder": 9
  20.         }
  21.     ]
  22. }